Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShapes Interface / Range Method / Range(Object[]) Method
The individual shapes to be included in the range. Any IShape object, shape index or shape name can be used.


In This Topic
    Range(Object[]) Method
    In This Topic
    Gets a IShapeRange object that represents a subset of the shapes in a IShapes collection.
    Syntax
    'Declaration
     
    
    Overloads Function Range( _
       ByVal ParamArray shapes() As Object _
    ) As IShapeRange
    'Usage
     
    
    Dim instance As IShapes
    Dim shapes() As Object
    Dim value As IShapeRange
     
    value = instance.Range(shapes)
    IShapeRange Range( 
       params object[] shapes
    )

    Parameters

    shapes
    The individual shapes to be included in the range. Any IShape object, shape index or shape name can be used.

    Return Value

    The subset of the shapes in a IShapes collection.
    See Also